| Expere Knowledge Base Repository / Create a Content Build | |
The time-out default for the content builder is 30 minutes. This value can be configured to a shorter or longer time in the Expere Admin Tool configuration file.
The time-out value is stored and can be changed in the root installation folder:
C:\Program Files\WKFS\Expere Administration Tools\ReqAdmin.exe.config
<?xml version="1.0"?> <configuration> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup> <appSettings> <add key="BuildTimeout" value="30"/> </appSettings> </configuration>